home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / libhtml_.tar / MIFwriter.h < prev    next >
C/C++ Source or Header  |  1993-01-20  |  221b  |  13 lines

  1. /* MIFwriter.h -- MIF output of WWW nodes
  2.  * $Id: SGMLmain.c,v 1.3 93/01/06 18:40:27 connolly Exp Locker: connolly $
  3.  */
  4.  
  5. #ifndef MIFwriter_h
  6. #define MIFwriter_h
  7.  
  8. #include "HMDoc.h"
  9.  
  10. extern HMDoc_Class MIFwriter;
  11.  
  12. #endif
  13.